home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HypertalkTools.cpt / Shareware Accountant / background_2192.txt < prev    next >
Text File  |  1989-02-26  |  7KB  |  347 lines

  1. -- background: 2192 from stack: in
  2. -- bmap block id: 6891
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: ExpenseRec
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 00
  10. -- high flags: 2002
  11. -- rect: left=315 top=225 right=244 bottom=470
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 12
  19. -- part name: paymentmethod
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=53 top=304 right=333 bottom=89
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 6 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=16 top=304 right=333 bottom=54
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 21449 / 21449
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: First
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go to first card
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 7 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=16 top=276 right=305 bottom=54
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 902 / 902
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Prev
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   go to previous card
  76. end mouseUp
  77.  
  78.  
  79. -- part 3 (field)
  80. -- low flags: 00
  81. -- high flags: 2002
  82. -- rect: left=315 top=89 right=111 bottom=470
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 0
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: date
  91.  
  92.  
  93. -- part 8 (button)
  94. -- low flags: 00
  95. -- high flags: 0000
  96. -- rect: left=53 top=276 right=305 bottom=89
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 26425 / 26425
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Next
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   go to next card
  108. end mouseUp
  109.  
  110.  
  111. -- part 1 (field)
  112. -- low flags: 00
  113. -- high flags: 2002
  114. -- rect: left=62 top=163 right=218 bottom=470
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: expenseitem
  123.  
  124.  
  125. -- part 2 (field)
  126. -- low flags: 00
  127. -- high flags: 2002
  128. -- rect: left=315 top=116 right=138 bottom=470
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 0
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: expenseamount
  137.  
  138.  
  139. -- part 9 (button)
  140. -- low flags: 00
  141. -- high flags: 0000
  142. -- rect: left=211 top=263 right=299 bottom=251
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: mailsupplies
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   put "Mailing Supplies" into field expenseitem
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part 10 (button)
  159. -- low flags: 00
  160. -- high flags: 0000
  161. -- rect: left=263 top=262 right=298 bottom=303
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: disks
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   put "Disks/Labels" into field expenseitem
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 11 (button)
  178. -- low flags: 00
  179. -- high flags: 0000
  180. -- rect: left=262 top=301 right=337 bottom=306
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: fone
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   put "Phone/Online Charges" into field expenseitem
  192. end mouseUp
  193.  
  194.  
  195.  
  196. -- part 12 (button)
  197. -- low flags: 00
  198. -- high flags: 0000
  199. -- rect: left=211 top=301 right=337 bottom=251
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: postage
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   put "Postage" into field expenseitem
  211. end mouseUp
  212.  
  213.  
  214.  
  215. -- part 13 (button)
  216. -- low flags: 00
  217. -- high flags: 0000
  218. -- rect: left=347 top=307 right=338 bottom=392
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 0
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 16
  226. -- part name: visa
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   put "VISA" into field paymentmethod
  230. end mouseUp
  231.  
  232.  
  233.  
  234. -- part 14 (button)
  235. -- low flags: 00
  236. -- high flags: 0000
  237. -- rect: left=395 top=307 right=338 bottom=440
  238. -- title width / last selected line: 0
  239. -- icon id / first selected line: 0 / 0
  240. -- text alignment: 1
  241. -- font id: 0
  242. -- text size: 12
  243. -- style flags: 0
  244. -- line height: 16
  245. -- part name: mastercard
  246. ----- HyperTalk script -----
  247. on mouseUp
  248.   put "MasterCard" into field paymentmethod
  249. end mouseUp
  250.  
  251.  
  252.  
  253. -- part 15 (button)
  254. -- low flags: 00
  255. -- high flags: 0000
  256. -- rect: left=443 top=307 right=338 bottom=488
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: amex
  265. ----- HyperTalk script -----
  266. on mouseUp
  267.   put "American Express" into field paymentmethod
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part 16 (button)
  273. -- low flags: 00
  274. -- high flags: 0000
  275. -- rect: left=348 top=262 right=300 bottom=402
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 0 / 0
  278. -- text alignment: 1
  279. -- font id: 0
  280. -- text size: 12
  281. -- style flags: 0
  282. -- line height: 16
  283. -- part name: cash
  284. ----- HyperTalk script -----
  285. on mouseUp
  286.   put "Cash" into field paymentmethod
  287. end mouseUp
  288.  
  289.  
  290.  
  291. -- part 17 (button)
  292. -- low flags: 00
  293. -- high flags: 0000
  294. -- rect: left=405 top=260 right=305 bottom=482
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 0 / 0
  297. -- text alignment: 1
  298. -- font id: 0
  299. -- text size: 12
  300. -- style flags: 0
  301. -- line height: 16
  302. -- part name: check
  303. ----- HyperTalk script -----
  304. on mouseUp
  305.   put "Check #" into field paymentmethod
  306. end mouseUp
  307.  
  308.  
  309.  
  310. -- part 19 (button)
  311. -- low flags: 00
  312. -- high flags: 0000
  313. -- rect: left=160 top=264 right=300 bottom=200
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 1
  317. -- font id: 0
  318. -- text size: 12
  319. -- style flags: 0
  320. -- line height: 16
  321. -- part name: postage
  322. ----- HyperTalk script -----
  323. on mouseUp
  324.   put "Software/Development Tools" into field expenseitem
  325. end mouseUp
  326.  
  327.  
  328.  
  329. -- part 20 (button)
  330. -- low flags: 00
  331. -- high flags: 0000
  332. -- rect: left=89 top=313 right=330 bottom=192
  333. -- title width / last selected line: 0
  334. -- icon id / first selected line: 0 / 0
  335. -- text alignment: 1
  336. -- font id: 0
  337. -- text size: 12
  338. -- style flags: 0
  339. -- line height: 16
  340. -- part name: Return2
  341. ----- HyperTalk script -----
  342. on mouseUp
  343.   visual effect iris close
  344.   pop card
  345. end mouseUp
  346.  
  347.